Test Series - computer fundamental

Test Number 51/95

Q: Prolog comes under ___________
A. Logic Programming
B. Procedural Programming
C. OOP
D. Functional
Solution: Prolog stands for Programming in Logic. The options mentioned are the four categories of programming. Prolog is a type of logic programming.
Q: Java is procedural programming.
A. True
B. False
C. none
D. ..
Solution: The statement is false. Java is a type of object oriented programming language. It involves solving real-life problems as well.
Q: A program that can execute high-level language programs.
A. Compiler
B. Interpreter
C. Sensor
D. Circuitry
Solution: Interpreter is a program that can execute high-level language programs “directly,” without first being translated into machine language.
Q: Executables might be called ________
A. native code
B. executable code
C. complex code
D. machine code
Solution: The executables are sometimes called native code. HLL are translated to Machine language called the native code.
Q: Source program is compiled to an intermediate form called ___________
A. Byte Code
B. Smart code
C. Executable code
D. Machine code
Solution: The Source program is compiled to an intermediate form called byte code. For each supported platform, write a “virtual machine” emulator that reads byte code and emulates its execution.
Q: _____________ is the assembly language for an imaginary architecture.
A. Byte code
B. Machine code
C. Native code
D. Executable code
Solution: Source program is compiled to an intermediate form – byte code. Byte code is the assembly language for an imaginary architecture.
Q: JIT stands for?
A. Just in time
B. Jump in time
C. Jump in text
D. Jump in terms
Solution: JIT stands for Just in time. JVMs actually compile each bytecode instruction to native code the first time it is used.
Q: JVM stands for?
A. Java virtual machine
B. Java visual machine
C. JRE virtual machine
D. JRE visual machine
Solution: JVM stands for Java Virtual Machine. Other related terms are JRE which is java runtime environment and JDK which is java development kit.
Q: A language supported by MS. Net platform.
A. C
B. C++
C. java
D. C#
Solution: C# is supported by MS. Net platform. JAVA was originally designed for web purposes.
Q: Which of the following isn’t a characteristic of High level languages?
A. machine code
B. platform independent
C. interactive execution
D. user-friendly
Solution: HLL isn’t in machine language. It is converted to machine language for further processing.

You Have Score    /10